home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / EXPORTER / DXF / COMDXF.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  772 b   |  48 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMDXF.r 1.2 1997/04/09 01:15:29 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMDXF.rsc";
  13.  
  14. resource 'COMP' (128) {
  15.     '3Dou',
  16.     'CODX',
  17.     "DXF Export",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'PMAP' (128) {
  26.     {
  27.         'none', 'long',
  28.     }
  29. };
  30.  
  31. resource 'Cmpp' (128) {
  32.     '3Dou',
  33.     'CODX',
  34.     isAlienType,
  35.     'ttxt',                    // creator
  36.     {
  37.         'DXF ',             // Reference
  38.         "DXF",                // Name
  39.         {'TEXT' },        // List of MacOS types
  40.         {'DXF ' },        // List of extensions
  41.     };
  42. };
  43.  
  44. data 'GUID' (128) {
  45.     $"A75A F500 3A02 101C 885F 0402 1C00 7002"
  46.     $"5C96 01AB 7CC3 101C 885F 0402 1C00 7002"
  47. };
  48.